func golang.org/x/net/internal/httpsfv.consumeBareItem
6 uses
golang.org/x/net/internal/httpsfv (current package)
httpsfv.go#L95: if member, s, ok = consumeBareItem(s); !ok {
httpsfv.go#L138: if bareItem, rest, ok = consumeBareItem(rest); !ok {
httpsfv.go#L178: if bareItem, rest, ok = consumeBareItem(s); !ok {
httpsfv.go#L233: if val, s, ok = consumeBareItem(s); !ok {
httpsfv.go#L276: val, rest, ok = consumeBareItem(rest)
httpsfv.go#L642: func consumeBareItem(s string) (consumed, rest string, ok bool) {